home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_2
/
ir-slave
/
arexx
/
arexx-demo.rexx
next >
Wrap
OS/2 REXX Batch file
|
1994-04-12
|
214b
|
12 lines
/*
* Demo-Arexx-Script for the IR-Slave
*/
options results
address command
'say "No I am executing an arexx script..."'
'requestchoice BODY="ARexx-Script started!" TITLE="IR-Slave-Command" GADGETS="OK"'
exit